FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / CreateFolderAsync Method / CreateFolderAsync(BatchHeader,String,String,Property[],Object) Method

In This Topic
    CreateFolderAsync(BatchHeader,String,String,Property[],Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub CreateFolderAsync( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Folder As String, _
       ByVal Parent As String, _
       ByVal Properties() As Property, _
       ByVal userState As Object _
    ) 
    public void CreateFolderAsync( 
       BatchHeader BatchHeader,
       string Folder,
       string Parent,
       Property[] Properties,
       object userState
    )

    Parameters

    BatchHeader
    Folder
    Parent
    Properties
    userState
    See Also